projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1030d9e
)
gdk: Add auto cleanup func for GdkContentProvider
author
Ernestas Kulik
<ernestask@gnome.org>
Thu, 19 Jul 2018 08:28:21 +0000
(11:28 +0300)
committer
Ernestas Kulik
<ernestask@gnome.org>
Thu, 19 Jul 2018 08:28:21 +0000
(11:28 +0300)
gdk/gdk-autocleanup.h
patch
|
blob
|
history
diff --git
a/gdk/gdk-autocleanup.h
b/gdk/gdk-autocleanup.h
index 6ec5aa9ba2a2307de455c14674c142b551daf7c7..dd299ddb4dd62c398bbd2817394102e4edeb1899 100644
(file)
--- a/
gdk/gdk-autocleanup.h
+++ b/
gdk/gdk-autocleanup.h
@@
-23,6
+23,7
@@
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkAppLaunchContext, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkClipboard, g_object_unref)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkContentProvider, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkCursor, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkDevice, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkDisplay, g_object_unref)